Enable VR Tip Note VR properties Multisample anti-aliasing Note Disable screen synchronization See also Enable VR BeginnerProgrammer This page explains how to add suppo...
Types of script Startup scripts Synchronous scripts Asynchronous scripts See also Types of script BeginnerProgrammer There are three main types of script in Xenko: startup...
Raycasting Note Example code See also Raycasting IntermediateProgrammer Raycasting traces an invisible line through the scene to find intersecting colliders . This is usef...
Custom attributes 1. Import custom attributes 2. Control custom attributes with a script Example script Custom attributes Intermediate You can import custom attributes crea...
Physics simulation Note See also Physics simulation IntermediateProgrammer Xenko's physics are controlled by the Simulation class.You can change how Xenko initializes the s...
Assets In this section Assets Beginner An asset is a representation of an element of your game inside Game Studio, such as a texture, animation, or model. Some assets requi...
Play a range within an audio asset See also Play a range within an audio asset IntermediateProgrammer You can have Xenko play only certain portions of an audio asset. This me...
Texture compression Texture compression BeginnerArtistProgrammer Compressed textures use up to 50% less space and are faster to load. Compression produces results similar to ...
Tutorial: Particle materials Red particle system Radial particle system Two-texture particle system Parameter keys Custom Shader Custom effect Custom particle material See a...
Public properties and fields Note Add a public property or field Note Hide properties or fields in the Property Grid See also Public properties and fields BeginnerProgramm...